Stop using gdk_event_get_target
authorMatthias Clasen <mclasen@redhat.com>
Sun, 16 Feb 2020 07:47:39 +0000 (02:47 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 21 Feb 2020 05:51:02 +0000 (00:51 -0500)
commit2416b4e2a06b5de7fe1c4bb30bfada8a53b6ac1e
tree52264f2792eb4bff798bc197625c5a19641a4839
parent2bac066a636c121c93b85f18c17f549b0407b30b
Stop using gdk_event_get_target

We can now get the target widget from the gesture
that we are using to find the event in the first
place.
gtk/gtkscrolledwindow.c
gtk/gtkwidget.c
gtk/gtkwindow.c